home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Forms Misc
/
email-this-page.izs
< prev
next >
Wrap
Text File
|
2005-09-28
|
2KB
|
86 lines
<!NOWIZARD>
<!TITLE>E-Mail This Page
<!/TITLE>
<!DESCRIPTION>Let your visitors e-mail your Web pages to their friends. <!/DESCRIPTION>
<!CATEGORY>Forms<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL E-MAIL THIS PAGE:
1. Copy code into the HEAD section of document
2. Put last coding into the BODY section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<script type="text/javascript">
<!-- Created by: Jim Stiles: http://jdstiles.com/ -->
<!-- Begin
function mailpage()
{
mail_str = "mailto:?subject= Great JavaScripts " + document.title;
mail_str += "&body= I recommend this JavaScript (yourdomain.com) tip -- " + document.title;
mail_str += ". You should check this out at, " + location.href;
location.href = mail_str;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Add code into BODY section of document -->
<BODY>
<div align="center"><A HREF = "javascript:mailpage()">E-mail This Page</A></div>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL E-MAIL THIS PAGE:
1. Copy code into the HEAD section of document
2. Put last coding into the BODY section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<script type="text/javascript">
<!-- Created by: Jim Stiles: http://jdstiles.com/ -->
<!-- Begin
function mailpage()
{
mail_str = "mailto:?subject= Great JavaScripts " + document.title;
mail_str += "&body= I recommend this JavaScript (yourdomain.com) tip -- " + document.title;
mail_str += ". You should check this out at, " + location.href;
location.href = mail_str;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Add code into BODY section of document -->
<BODY>
<div align="center"><A HREF = "javascript:mailpage()">E-mail This Page</A></div>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>